Xbasic

BROWSE.CURRENT_RECORD Function

Syntax

Record_Number as N = .Current_Record([C tablename])

Arguments

tablename

Optional. Default = current table. The name of a table.

Description

The .CURRENT_RECORD() method returns the Record_Number of the current browse row.

Example

dim ptr as P
ptr = browse.view("CustomerBrowse")
? ptr.current_record()->14.000000

Limitations

Desktop applications only.

See Also